ComponentOne ASP.NET MVC Controls
ShowDatesAsGmt Method

C1.Web.Mvc.Fluent Namespace > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class : ShowDatesAsGmt Method
The value.
Configurates C1.Web.Mvc.BaseCollectionViewService<T>.ShowDatesAsGmt. Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates.
Syntax
'Declaration
 
Public Overridable Function ShowDatesAsGmt( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowDatesAsGmt( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Members